﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: normal;
}

header, nav, main, img, form, p {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

hr, dl, dt, dd {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

tbody {
    border-collapse: collapse;
    border-spacing: 0px;
}

pre {
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    font-family: inherit;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

select, input, textarea, button {
    font-size: inherit;
    padding: 2px 5px;
    font-family: inherit;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    transition: ease .3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

th {
    text-align: left;
}

td {
    word-wrap: break-word;
    word-break: break-all;
}

ins, em {
    text-decoration: none;
    font-style: normal;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

input[type=text], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=button], input[type=submit], input[type=reset], textarea {
    -webkit-appearance: none;
}

.g_imgf {
    max-width: 100%;
}

.g_ell {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.g_content {
    clear: both;
    font-size: 16px;
    font-family: "微软雅黑", "Arial", "Helvetica", "sans-serif";
    overflow: hidden;
}

.g_content header, .g_content nav, .g_content main, .g_content img, .g_content form, .g_content p {
    margin: initial;
    padding: initial;
    border: initial;
}

.g_content ul, .g_content ol {
    margin: 1em 0;
    padding: 0 0 0 2em;
    list-style-type: none;
}

.g_content hr, .g_content dl, .g_content dt, .g_content dd {
    margin: initial;
    padding: initial;
}

.g_content table {
    border-collapse: initial;
    border-spacing: initial;
}

.g_content tbody {
    border-collapse: initial;
    border-spacing: initial;
}

.g_content pre {
    margin: initial;
    padding: initial;
    border: initial;
    overflow: hidden;
    font-family: initial;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.g_content select, .g_content input, .g_content textarea, .g_content button {
    font-size: initial;
    padding: initial;
    font-family: initial;
}

.g_content a {
    text-decoration: initial;
    color: initial;
}

.g_content a:hover {
    text-decoration: initial;
    color: initial;
}

.g_content th {
    text-align: initial;
}

.g_content td {
    word-wrap: break-word;
    word-break: break-all;
}

.g_content ins, .g_content em {
    text-decoration: initial;
    font-style: initial;
}

.g_content h1, .g_content h2, .g_content h3, .g_content h4 {
    padding: initial;
    margin: initial;
}

.g_content h1 {
    font-size: 2em;
    font-weight: bold;
}

.g_content h2 {
    font-size: 1.5em;
    font-weight: bold;
}

.g_content h3 {
    font-size: 1.17em;
    font-weight: bold;
}

.g_content p {
    line-height: 2em;
    margin: 5px 0;
}

.g_content img {
    max-width: 100%;
}

.g_list {
    clear: both;
}

.g_list .offset::before {
    content: '';
    display: block;
    clear: both;
}

.g_list .offset::after {
    content: '';
    display: block;
    clear: both;
}

.g_list .offset .list>li {
    float: left;
}

.g_list .offset .list>li .box {
    display: block;
}

.g_hover .scale {
    transition: 0.5s ease;
}

.g_hover:hover.scale, .g_hover:hover .scale {
    transform: scale(1.1, 1.1);
}

.g_tool {}

.g_tool .g_cw {
    position: relative;
}

.g_tool .g_cw .float {
    position: absolute;
    right: 0;
}

.g_tool .g_cw .float .box {
    position: fixed;
    z-index: 1;
    width: 80px;
    top: 200px;
    font-size: 12px;
}

.g_tool .g_cw .float .box .h {
    background: #865f23;
    height: 42px;
    border-radius: 42px 42px 0 0;
}

.g_tool .g_cw .float .box>ul {
    background: #fff;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}

.g_tool .g_cw .float .box>ul li {
    position: relative;
    border-bottom: 1px solid #E4E4E4;
}

.g_tool .g_cw .float .box>ul li .face {
    position: relative;
    height: 40px;
    top: -30px;
    text-align: center;
    font-size: 0;
}

.g_tool .g_cw .float .box>ul li .face img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.g_tool .g_cw .float .box>ul>li .qq {
    display: block;
    color: #282828;
    padding: 10px 5px;
    text-align: center;
}

.g_tool .g_cw .float .box>ul>li .qq .fa {
    display: block;
    font-size: 20px;
    vertical-align: baseline;
    margin-bottom: 5px;
}

.g_tool .g_cw .float .box>ul>li .tel {
    display: block;
    padding: 10px 5px;
    text-align: center;
}

.g_tool .g_cw .float .box>ul>li .tel img {
    height: 24px;
}

.g_tool .g_cw .float .box>ul>li .tel em {
    display: block;
    color: #865f23;
}

.g_tool .g_cw .float .box>ul>li .qr {
    position: relative;
    display: block;
    color: #000;
    padding: 10px 5px;
    text-align: center;
}

.g_tool .g_cw .float .box>ul>li .qr .fa {
    font-size: 24px;
    line-height: 22px;
}

.g_tool .g_cw .float .box>ul>li .qr p {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -132px;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    background: #fff;
    padding: 0 0 5px 0;
    border: 1px solid #E4E4E4;
    transition: ease .3s;
}

.g_tool .g_cw .float .box>ul>li .qr p img {
    width: 120px;
}

.g_tool .g_cw .float .box>ul>li .qr:hover p {
    visibility: visible;
    opacity: 1;
}

.g_tool .g_cw .float .box .b {
    background: #282828;
    height: 42px;
    border-radius: 0 0 42px 42px;
}

.g_tool .g_cw .float .box .b a {
    display: block;
    line-height: 42px;
    text-align: center;
}

.g_tool .g_cw .float .box .b a img {
    height: 28px;
    vertical-align: middle;
}


.banners-pc {
	clear: both;
	height: 600px;
	position: relative;
	top: -440px;
}
.banners-pc .frame {
	height: 600px;
	background: no-repeat center center;
	background-size: cover;
}
.banners-mb {
	display: none;
	clear: both;
	height: 600px;
}
.banners-mb div {
	height: 100%;
}
.banners-mb .frame {
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
 @media (max-width: 1024px) {
.banners-pc {
	display: none;
}
.banners-mb {
	display: block;
}
}
.product {
	margin-top: -440px;
}
.product .offset .list {
	margin-left: -42px;
	margin-bottom: -30px;
	overflow: hidden;
}
.product .offset .list > li {
	float: left;
	width: 25%;
	padding-left: 42px;
	padding-bottom: 30px;
}

.product .offset .list > li .box {
	display: block;
	background: #f4f5f7;
	padding: 7px 22px 22px 18px;
}
.product .offset .list > li .box .pic {
	text-align: center;
}
.product .offset .list > li .box .pic img {
	display: block;
	width: 100%;
}
.product .offset .list > li .box .font {
	text-align: center;
	padding: 20px 54px 0 54px;
}
.product .offset .list > li .box .font .p1 {
	font-size: 18px;
	color: #333;
}
.product .offset .list > li .box .font .p2 {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	padding: 16px 0 24px 0;
}
.product .offset .list > li .box .font .p3 {
	text-align: center;
}
.product .offset .list > li .box .font .p3 .more {
	font-size: 12px;
	padding: 12px 26px;
	border: 1px solid #7d7d7d;
	border-radius: 50px;
	display: inline-block;
}
.product .offset .list > li .box:hover {
	background: #ebe1cd;
}
.product .offset .list > li .box:hover .font .p3 .more {
	border: 1px solid #c79127;
	background: #c79127;
	color: #fff;
}
.product .offset .btn {
	text-align: center;
	margin: 53px 0 100px 0;
}
.product .offset .btn .more {
	padding: 13px 30px;
	display: inline-block;
	border: 2px solid #f2f2f2;
	font-size: 16px;
}
.product .offset .btn .more:hover {
	background: #3e8bff;
	color: #fff;
	border: 2px solid #3e8bff;
}
 @media (max-width: 1024px) {
.product {
	margin-top: 0;
}
.product .offset .list > li {
	width: 50%;
}
.product .offset .list > li:nth-child(n) {
	clear: none;
}
.product .offset .list > li:nth-child(2n+1) {
	clear: both;
}
}
 @media (max-width: 600px) {
.product .offset .list > li {
	width: 100%;
}
.product .offset .list > li:nth-child(n) {
	clear: none;
}
.product .offset .list > li .box {
	padding: 10px 10px 20px 10px;
}
}
.youshi {
	clear: both;
	overflow: hidden;
	margin-top: 96px;
}
.youshi .grid {
	overflow: hidden;
	border-bottom: 1px solid #E4E4E4;
}
.youshi .grid > li {
	float: left;
	display: block;
	width: 50%;
	height: 522px;
}
.youshi .grid > li .box {
	text-align: center;
	overflow: hidden;
	background: #eee;
	display: block;
	height: 522px;
}
.youshi .grid > li:nth-child(1) {
	text-align: left;
}
.youshi .grid > li:nth-child(4) {
	text-align: right;
}
.youshi .grid > li .box .h1 {
	color: #999;
	font-size: 24px;
	padding-top: 100px;
}
.youshi .grid > li .box .h2 {
	color: #333;
	font-size: 24px;
	padding-top: 14px;
}
.youshi .grid > li .box .p1 {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	max-width: 765px;
	margin: 0 auto;
	padding: 30px 10px 40px 10px;
}
.youshi .grid > li .box.b1 {
	background: #c79127;
	color: #fff;
}
.youshi .grid > li .box.b1 .h1, .youshi .grid > li .box.b1 .h2 {
	color: #fff;
}
.youshi .grid > li .box.b1 .p1 {
	color:#fff;
}
 @media (max-width: 1024px) {
.youshi .grid > li {
	width: 100%;
	height: auto;
}
.youshi .grid > li .box {
	height: auto;
}
.youshi .grid > li .box img {
	width: 100%;
	display: block;
}
.youshi .grid > li .box .p1 {
	max-width: none;
}
.youshi .grid > li .box .btn {
	padding-bottom: 50px;
}
}
 @media (max-width: 600px) {
.youshi .grid {
	padding-bottom: 50px;
}
.youshi .grid > li {
	height: auto;
}
.youshi .grid > li:nth-child(2), .youshi .grid > li:nth-child(6) {
	clear: both;
}
.youshi .grid > li:nth-child(10) {
	clear: both;
}
.youshi .grid > li:empty {
	display: none;
}
}
.news {
	overflow: hidden;
}
.news .offset .list {
	margin-left: -42px;
	margin-bottom: -30px;
	overflow: hidden;
}
.news .offset .list > li {
	float: left;
	width: 25%;
	padding-left: 42px;
	padding-bottom: 30px;
}
/* .news .offset .list > li:nth-child(4n+1) {
	clear: both;
} */
.news .offset .list > li .box {
	display: block;
	background: #f4f5f7;
}
.news .offset .list > li .box .pic img {
	display: block;
	width: 100%;
}
.news .offset .list > li .box .font {
	padding: 20px 18px 33px 18px;
}
.news .offset .list > li .box .font .p1 {
	font-size: 18px;
	color: #333;
}
.news .offset .list > li .box .font .p2 {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	padding: 16px 0 24px 0;
}
.news .offset .list > li .box .font .p3 {
	text-align: left;
}
.news .offset .list > li .box .font .p3 .more {
	font-size: 12px;
}
.news .offset .list > li .box:hover {
	background: #c79127;
	color: #fff;
}
.news .offset .list > li .box:hover .font .p1 {
	color: #fff;
}
.news .offset .list > li .box:hover .font .p2 {
	color: rgba(255,255,255,.6);
}
.news .offset .btn {
	text-align: center;
	margin: 53px 0 100px 0;
}
.news .offset .btn .more {
	padding: 13px 30px;
	display: inline-block;
	border: 1px solid #7d7d7d;
	font-size: 16px;
	color: #7d7d7d;
	border-radius: 50px;
}
.news .offset .btn .more:hover {
	border: 1px solid #c79127;
	background: #c79127;
	color: #fff;
}
 @media (max-width: 1024px) {
.news .offset .list > li {
	width: 50%;
}
.news .offset .list > li:nth-child(n) {
	clear: none;
}
.news .offset .list > li:nth-child(2n+1) {
	clear: both;
}
}
 @media (max-width: 600px) {
.news .offset .list > li {
	width: 100%;
}
.news .offset .list > li:nth-child(n) {
	clear: none;
}
}


.foot-nav-mob {
	display: none;
	background: #333;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}

.foot-nav-mob ul {
	display: flex;
	justify-content: space-around;
}

.foot-nav-mob ul li {
	/* height: 50px; */
	font-size: 14px;
	padding: 5px 0;
}

.foot-nav-mob ul li {
	/* height: 50px; */
	font-size: 14px;
	padding: 5px 0;
}

.foot-nav-mob ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}

.foot-nav-mob ul li a i {
	font-size: 29px;
}

.foot-nav-mob ul li {
	margin-bottom: 0;
}

.foot-nav-mob ul li:before {
	content: '';
	color: #b3b3b3;
	font-size: 0;
	line-height: 0;
	padding-right: 0;
}

@media (max-width:768px) {
	.foot-nav-mob {
		display: block;
	}
	.top-fl-fr {
		display: none;
	}
	div#footer {
    display: none;
	}
}

@media (max-width:768px) {

	.top-fl-fr {
		display: none;
	}
	.g_footer {
		display: none;
	}
	.xcx {
		width: 100%;
		background: url(../img/xcx_bj.jpg) no-repeat;
		background-size: 100%;
		height: 293px;
		position: relative;
	}
	.zx_box {
		width: 181px;
		height: 231px;
		background: url(../img/sm_bj.jpg) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: 35px;
		left: 50%;
		margin-left: -90px;
	}
	.zx {
		width: 100%;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 73%;
	}
	.zx p {
		font-family: "苹方";
		letter-spacing: 1px;
	}
	.ewm_xcx {
		align-items: center;
		display: flex;
		justify-content: center;
		text-align: center;
	}
	.fl {
		float: left;
	}
	.ewm_l img {
		width: 131px;
		margin-bottom: 13px;
	}
	.ewm_xcx p {
		height: 12px;
		line-height: 12px;
		color: #666666;
	}
	.fr {
		float: right;
	}
	.ewm_r img {
		width: 127px;
		margin-bottom: 18px;
	}
	.ewm_xcx p {
		height: 12px;
		line-height: 12px;
		color: #666666;
	}
}

.news {
	overflow: hidden;
}
.news .offset .list {
	margin-left: -42px;
	margin-bottom: -30px;
	overflow: hidden;
}
.news .offset .list > li {
	float: left;
	width: 33.33%;
	padding-left: 42px;
	padding-bottom: 30px;
}
/* .news .offset .list > li:nth-child(3n+1) {
	clear: both;
} */
.news .offset .list > li .box {
	display: block;
	background: #f4f5f7;
}
.news .offset .list > li .box .pic img {
	display: block;
	width: 100%;
}
.news .offset .list > li .box .font {
	padding: 20px 18px 33px 18px;
}
.news .offset .list > li .box .font .p1 {
	font-size: 18px;
	color: #333;
}
.news .offset .list > li .box .font .p2 {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	padding: 16px 0 24px 0;
}
.news .offset .list > li .box .font .p3 {
	text-align: left;
}
.news .offset .list > li .box .font .p3 .more {
	font-size: 12px;
}
.news .offset .list > li .box:hover {
	background: #c79127;
	color: #fff;
}
.news .offset .list > li .box:hover .font .p1 {
	color: #fff;
}
.news .offset .list > li .box:hover .font .p2 {
	color: rgba(255,255,255,.6);
}
.news .offset .btn {
	text-align: center;
	margin: 53px 0 100px 0;
}
.news .offset .btn .more {
	padding: 13px 30px;
	display: inline-block;
	border: 1px solid #7d7d7d;
	font-size: 16px;
	color: #7d7d7d;
	border-radius: 50px;
}
.news .offset .btn .more:hover {
	border: 1px solid #c79127;
	background: #c79127;
	color: #fff;
}
 @media (max-width: 1024px) {
.news .offset .list > li {
	width: 50%;
}
.news .offset .list > li:nth-child(n) {
	clear: none;
}
.news .offset .list > li:nth-child(2n+1) {
	clear: both;
}
}
 @media (max-width: 600px) {
.news .offset .list > li {
	width: 100%;
}
.news .offset .list > li:nth-child(n) {
	clear: none;
}
}

.det {
	margin-top: 40px;
}
.det .h1 {
	color: #333;
	font-size: 20px;
	text-align: center;
}
.det .time {
	text-align: center;
	padding: 26px 0 17px 0;
}
.det .outline {
	font-size: 12px;
	color: #999;
	padding: 18px 30px 18px 10px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	line-height: 24px;
}
.det .g_content {
	padding-top: 36px;
	padding-bottom: 80px;
}
.det .pre-next {
	padding-bottom: 80px;
}
.product .box .c_right {
	margin-bottom: 130px;
}
.product .box .c_right .ring {
	overflow: hidden;
}
.product .box .c_right .ring .chanping {
	float: left;
}
.product .box .c_right .ring .chanping .pic img {
	display: block;
	width: 100%;
}
.product .box .c_right .ring .chanping ._slick {
	width: 480px;
	border: 1px solid #ddd;
}
.product .box .c_right .ring .chanping ._slick .pic {
	height: 400px;
}
.product .box .c_right .ring .chanping .list {
	overflow: hidden;
	margin-top: 14px;
	margin-left: -23px;
}
.product .box .c_right .ring .chanping .list > li {
	float: left;
	padding-left: 23px;
}
.product .box .c_right .ring .chanping .list > li .box {
	display: block;
}
.product .box .c_right .ring .chanping .list > li .box img {
	border: 1px solid #ddd;
}
.product .box .c_right .ring .font {
	padding: 30px 0 0 27px;
	float: left;
	max-width: 425px;
}
.product .box .c_right .ring .font .h1 {
	font-size: 24px;
	color: #333;
}
.product .box .c_right .ring .font .p1 {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	padding: 14px 20px 22px 0;
	border-bottom: 1px solid #ddd;
}
.product .box .c_right .ring .font .price {
	font-size: 12px;
	color: #999;
	padding: 23px 0;
	border-bottom: 1px solid #ddd;
}
.product .box .c_right .ring .font .price .s1 {
	color: #c79127;
}
.product .box .c_right .ring .font .price .s1 .s2 {
	font-size: 18px;
	font-weight: bold;
}
.product .box .c_right .ring .font .p2 {
	font-size: 12px;
	color: #999;
	padding: 23px 0 33px 0;
}
.product .box .c_right .ring .font .list {
	margin-left: -10px;
}
.product .box .c_right .ring .font .list > li {
	float: left;
	padding-left: 10px;
}
.product .box .c_right .ring .font .list > li .box {
	display: block;
	padding: 10px 16px;
	border: 1px solid #ddd;
	font-size: 12px;
	color: #999;
}
.product .box .c_right .ring .font .list > li .box:hover {
	border: 1px solid #c79127;
	background: #c79127;
	color: #fff;
}
.product .box .c_right .ring .font .list > li .box.on {
	border: 1px solid #c79127;
	background: #c79127;
	color: #fff;
}
.product .box .c_right .intro {
	border: 1px solid #ddd;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.product .box .c_right .intro .tab {
	border-bottom: 1px solid #ddd;
	border-left: 3px solid #c79127;
}
.product .box .c_right .intro .tab .list > li .box {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 50px;
}
.product .box .c_right .intro .con {
	overflow: hidden;
}
.product .box .c_right .intro .con .font {
	padding: 0 10px;
}
.product .box .c_right .intro .con .font .p1 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding: 30px 0 10px 0;
	text-align: center;
}
.product .box .c_right .intro .con .font .p2 {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	padding: 20px 0;
}
.product .box .c_right .intro .con .pic {
	text-align: center;
	padding: 10px 0;
}
 @media (max-width: 950px) {
.product .box .c_right .ring .chanping {
	float: none;
}
.product .box .c_right .ring .chanping .pic img {
	width: 100%;
}
.product .box .c_right .ring .chanping ._slick {
	width: 100%;
}
.product .box .c_right .ring .chanping ._slick .pic {
	height: auto;
}
.product .box .c_right .ring .font {
	float: none;
	padding: 30px 0 0 0;
	max-width: none;
}
.product .box .c_right .ring .chanping .list > li {
	width: 33.33%;
}
.product .box .c_right .ring .font .list > li {
	width: 33.33%;
	text-align: center;
}
.product .box .c_right .ring .chanping .list > li .box img {
	width: 100%;
}
}